When
-How can you learn faster and it comes to programming? - Nov 12, 2013- Learn the basic concepts. have: Most programs and languages Try taking an online Course 0 variables expressions statements -functions • if (conditions) • while/for (loops) arrays and other 0 data types Start with reading code. (Good code: tutorials, sample programs, and then established open source (maybe)). Can you understand what's going on? Can you run the code? Then try modifying code. Make a small change. Predict what will happen. Try it out. Make more and more changes. Tips for learning faster Pick the smallest 1 Chunk and work on it a mentor ་ can help you figure 1 1 out what's easy to start with. Invest time in setting up a step-by-step debugger. Learn how to use it! Multiple monitors are great for reading documentation and working. Not required, but nice. Then write more and more from scratch. You'll get the hang of it! Learn how to ask other developers for help (free or paid). (see How to ask Questions The Smart Way- Eric S. Raymond) Read more documentation than you can understand. Read & reread; it will sink in & Spark your Oh! imagination. I can use that! Sacha Chua